A collection of fixes to Xen common files
authorStefano Stabellini <stefano.stabellini@eu.citrix.com>
Mon, 23 Jan 2012 09:39:58 +0000 (09:39 +0000)
committerStefano Stabellini <stefano.stabellini@eu.citrix.com>
Mon, 23 Jan 2012 09:39:58 +0000 (09:39 +0000)
commitd4acf6380cbeebb1a90bde55ea36a6230a3116e9
treec44234decbbd26adf2396ab13246a4432fec9dfa
parent16c97203f14f0a324187878cbd854bbc25fdb9c1
A collection of fixes to Xen common files

- call free_xenoprof_pages only ifdef CONFIG_XENOPROF;
- define PRI_stime as PRId64 in an header file;
- respect boundaries in is_kernel_*;
- implement is_kernel_rodata;
- guest_physmap_add_page should be ((void)0).
- fix guest_physmap_add_page;
- introduce CONFIG_XENOPROF;
- define _srodata and _erodata as const char*.

Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Signed-off-by: Tim Deegan <Tim.Deegan@citrix.com>
Committed-by: Keir Fraser <keir@xen.org>
xen/common/domain.c
xen/common/sched_credit2.c
xen/include/asm-ia64/config.h
xen/include/asm-x86/config.h
xen/include/xen/kernel.h
xen/include/xen/paging.h
xen/include/xen/time.h